home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 19 / Night Owl (The Best of Shareware)(NOPV 19)(1996).ISO / 007a / flsbbs03.zip / FILESBBS.DOC < prev    next >
Internet Message Format  |  1995-12-05  |  4KB

  1. From:     NutHouse Software
  2.           556 W. Main St.
  3.           Lock Haven, PA  17745
  4.           USA
  5.  
  6.           Woody's NutHouse I (BBS)
  7.           Using : Maximus 3.0 and a SupraFax 28.8
  8.           Tel. # : 717-748-5728
  9.  
  10.           Woody's NutHouse II (BBS)
  11.           Using : Maximus 3.0 and a ZyXEL Elite 2864
  12.           Tel. # : 717-748-1834
  13.  
  14.  
  15. Both programs are designed for up to 1024 files, but I have never
  16.     had a directory with more than 150 files, so I just hope they work
  17.     in the larger directories.
  18.  
  19. #1:  sortfiles.exe
  20.  
  21.      This program will sort a files.bbs file either by descending file dates
  22.      or by ascending file names. I have incorporated this into my files menu
  23.      allowing users to choose for themselves.
  24.      Usage: sortfiles <dir> [d]
  25.           where 'dir' is the directory containing the files.bbs file
  26.           to be sorted. If a space and 'd' follow the directory, the
  27.           files.bbs file will be sorted as to date, otherwise alphabetically
  28.           by names.
  29.  
  30.           e.g.:
  31.           command line:  sortlist c:\max\dosutils
  32.                This will sort the files.bbs file found in the
  33.                c:\max\dosutils directory alphabetically.
  34.  
  35.           command line:  sortlist c:\max\dosutils d
  36.                This will sort the files.bbs file found in the
  37.                c:\max\dosutils directory by file dates.
  38.  
  39.           command line:  sortlist ?
  40.                This will display how to use the program.
  41.  
  42. #2   filesfix.exe
  43.  
  44.      This program will update a files.bbs file, or create one if it is
  45.      non-existent, of the current directory. It will append approximately
  46.      450 characters of a files_id.diz or a desc.sdi to the file name, if
  47.      such a file exists in the compressed file. Also the output can
  48.      be written to a different path, which might be useful for CDs.
  49.  
  50.      Also a filesbbs.cfg can be put into each directory and this allows
  51.      you to add descriptions to non-compressed files and include them
  52.      into the files.bbs file created. Also the first line of this file
  53.      is the number which represents how much of the description file
  54.      to copy, in case you don't like the 450 character default.
  55.  
  56.      The form of each line after the first line is:
  57.  
  58.           ext,file description
  59.  
  60.           The ',' separates the file extension from its accompanying
  61.           description. An extension has a max of 3 characters, but if
  62.           the 2nd and/or 3rd is '#', then it will include files
  63.           such as 'nodediff.a37', if the line:
  64.  
  65.           a##,Fido node difference file
  66.  
  67.           is in the filesfix.cfg file.
  68.  
  69.  
  70.      I put filesfix.exe and sortlist.exe in my max directory, which is
  71.      in my path.
  72.  
  73.      Assuming that you unpacked this file into an empty directory
  74.      I suggest you first run the filesfix.exe program and inspect the
  75.      resulting files.bbs file. Also this is why the strange files
  76.      are included.
  77.  
  78.      Usage: filesfix.exe {drive}  [output path]
  79.           The {drive} should be the letter of the drive where this
  80.           program will unpack the compressed files to read the
  81.           file_id.diz file. You should only put the one letter which
  82.           indicates the drive to be used. It is faster if this is a RAM
  83.           drive. The output path is only necessary if you want the
  84.           output in a different directory, e.g. you in a CD directory.
  85.  
  86.           e.g.:
  87.           command line:  filesfix  e
  88.                This will update (or create) the files.bbs file in the
  89.                current directory, and will use the e:\maxtemp directory
  90.                to do its work. It creates and deletes this directory!
  91.  
  92.           command line:  filesfix  e   c:\try
  93.                This will update (or create) the files.bbs file in the
  94.                current directory, and will use the e:\maxtemp directory
  95.                to do its work. It creates and deletes this directory!
  96.                The files.bbs file created will be put into the c:\try
  97.                directory.
  98.  
  99.           command line:  filesfix ?
  100.                This will display how to use the program.
  101.  
  102.           It is assumed that pkunzip.exe, arc.exe, arj.exe, pak.exe, and
  103.           lha.exe are in your path. These are the only ones the program
  104.           attempts to unpack.
  105.  
  106.